home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / Alfresco / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  1999-11-27  |  1.1 KB  |  64 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 382
  5.   Height = 118
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 224
  18.     Top = 8
  19.     Width = 45
  20.     Height = 13
  21.     Caption = 'Waiting...'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 118
  27.     Height = 13
  28.     Caption = 'Travelling Salesman test:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 8
  32.     Top = 48
  33.     Width = 91
  34.     Height = 13
  35.     Caption = 'Knapsack problem:'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 224
  39.     Top = 48
  40.     Width = 45
  41.     Height = 13
  42.     Caption = 'Waiting...'
  43.   end
  44.   object Button1: TButton
  45.     Left = 136
  46.     Top = 8
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Run'
  50.     Default = True
  51.     TabOrder = 0
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 136
  56.     Top = 48
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Run'
  60.     TabOrder = 1
  61.     OnClick = Button2Click
  62.   end
  63. end
  64.